home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 2936 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: thias.muc.de!not-for-mail
  2. From: guru@thias.muc.de (Matthias Apitz)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Seeking ZyXel U1496E Unix API
  5. Date: 27 Jan 1996 08:54:43 -0200
  6. Organization: Matthias Apitz
  7. Message-ID: <4ed09j$8f9@thias.muc.de>
  8. References: <4ebger$6el@netline-fddi.jpl.nasa.gov>
  9. NNTP-Posting-Host: thias.muc.de
  10.  
  11. pjs@euclid.JPL.NASA.GOV (Peter J. Scott) writes:
  12.  
  13. >I'm about to write a program on SunOS that needs to call a U1496E 
  14. >(in Perl, as it happens) to do things like: record voice until tone 
  15. >or hangup, play audio unless interrupted by tone, send audio touch
  16. >tones, etc.  The documentation is sufficient for me to figure out
  17. >how to write this from scratch... but I can't be the first person
  18. >who's wanted to do this.  I've looked on the ZyXEL web site and in
  19. >the FAQ, but haven't yet found a source of such routines.  
  20. >I need freeware, please, at least something that's better than
  21. >reinventing the wheel...
  22.  
  23. Here are the 1st lines of some code I've. If someone is interested
  24. in I could e-mail the source:
  25.  
  26. /*
  27.  *
  28.  *      This software was written to demonstrate, how
  29.  *      a ZyXEL1496-based answering machine could be made and to make
  30.  *      a base to integrate this into FlexFAX (not yet done).
  31.  *
  32.  *      It acts like every other such device:
  33.  *              1. listen to incomming call "RING"
  34.  *              2. play greeting message (to start use an empty message, call
  35.  *                 your own number and record your voice as greeting message)
  36.  *              3. record callers message into a file
  37.  *              4. reply this file to caller (for my tests)
  38.  *              5. wait for next ....
  39.  *
  40.  *      Some of the code was "stohlen" from vfax-1.0 software.
  41.  *      See copyright notice below.
  42.  *    ....
  43.  */
  44.  
  45.     matthias
  46. -- 
  47. firm: matthias.apitz@softcon.de [voc:+49 89 61308 51,fax: +49 89 61308 83]
  48. priv: guru@thias.muc.de
  49.  WWW: http://www.softcon.de/~guru/ OR http://www.guug.de/GUUG/firmen/apitz/
  50.  
  51. The gates in my computer are AND, OR and NOT; they are not Bill.
  52.